x86/msi: Switch msi_info to using pci_sbdf_t
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 11 Aug 2022 16:12:22 +0000 (17:12 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 12 Aug 2022 12:25:40 +0000 (13:25 +0100)
commit1af4e0189f4ef65cb43d79440d71867aad6d3d44
tree06440cea653092b01296bb273de1ced9f4ca90d8
parent0c614af4a73b77baf1d711c68b8ee0278d7a97a6
x86/msi: Switch msi_info to using pci_sbdf_t

This reorders the fields in msi_info, but removes all the under-the-hood
parameter shuffling required to call pci_get_pdev().

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/vmsi.c
xen/arch/x86/include/asm/msi.h
xen/arch/x86/irq.c
xen/arch/x86/msi.c
xen/arch/x86/physdev.c
xen/drivers/char/ns16550.c
xen/xsm/flask/hooks.c